home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / fund_ch.dxr / 00346.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  157 b   |  14 lines

  1. on mouseWithin
  2.   hideit(202, 204)
  3.   showit(205, 205)
  4.   hideit(206, 209)
  5. end
  6.  
  7. on mouseLeave
  8.   hideit(202, 209)
  9. end
  10.  
  11. on mouseUp me
  12.   whatpopup("2.4", "D")
  13. end
  14.